home *** CD-ROM | disk | FTP | other *** search
/ ASP Advantage 1994 2nd Q2 / The Association of Shareware Professionals - The Official ASP Advantage (2nd Quarter)(1994).bin / files / utilfile / jrc / read.me < prev    next >
Encoding:
Text File  |  1993-08-12  |  578 b   |  18 lines

  1.                         JRchive
  2.  
  3. JRchive is a system for compressing and archiving files.  For instance, 
  4. to compress all your C files into an archive file called SOURCE, type
  5.         A:> JRC SOURCE *.C
  6.  
  7. To list the contents of the archive file SOURCE, type
  8.         A:> JRCL SOURCE
  9.  
  10. And to extract the files from the archive file SOURCE, type
  11.         A:> JRCE SOURCE 
  12.  
  13. For complete instructions on using JRchive see the user manual in file 
  14. JRCHIVE.DOC.  To print this file, make sure your printer is on and ready, 
  15. then type
  16.         A:> COPY JRCHIVE.DOC PRN
  17.  
  18.